home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oxygen Multimedia Graphics 21
/
Oxygen Multimedia Graphics 21.iso
/
pc
/
System
/
OX21
/
PDC_83_ButtonBlinker.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2007-12-05
|
205 b
|
15 lines
on beginSprite me
sprite(21).blend = 0
sprite(22).blend = 0
end
on mouseDown me
sprite(21).blend = 75
sprite(22).blend = 75
end
on mouseLeave me
sprite(21).blend = 0
sprite(22).blend = 0
end